home *** CD-ROM | disk | FTP | other *** search
- package Code.LIB
- {
- import flash.events.Event;
- import flash.events.KeyboardEvent;
- import flash.events.MouseEvent;
-
- public class _dk430 extends _be548
- {
- public function _dk430()
- {
- super();
- this.addEventListener(MouseEvent.CLICK,_ba289);
- this.addEventListener(MouseEvent.MOUSE_OVER,_ah123);
- this.addEventListener(MouseEvent.ROLL_OUT,_nu62);
- this.addEventListener(MouseEvent.MOUSE_DOWN,_fl204);
- this.addEventListener(MouseEvent.MOUSE_UP,_ha767);
- this.addEventListener(Event.ENTER_FRAME,onEnterFrame);
- this.addEventListener(MouseEvent.MOUSE_MOVE,_up587);
- this.addEventListener(KeyboardEvent.KEY_DOWN,_ai311);
- this.addEventListener(KeyboardEvent.KEY_UP,_dn445);
- this.focusRect = false;
- }
-
- public function _dn445(param1:KeyboardEvent) : void
- {
- }
-
- public function _ba289(param1:MouseEvent) : void
- {
- }
-
- public function _fl204(param1:MouseEvent) : void
- {
- }
-
- public function _ai311(param1:KeyboardEvent) : void
- {
- }
-
- public function _dx150() : void
- {
- var _loc1_:uint = 0;
- this.removeEventListener(MouseEvent.CLICK,_ba289);
- this.removeEventListener(MouseEvent.MOUSE_OVER,_ah123);
- this.removeEventListener(MouseEvent.MOUSE_OUT,_nu62);
- this.removeEventListener(MouseEvent.MOUSE_DOWN,_fl204);
- this.removeEventListener(MouseEvent.MOUSE_UP,_ha767);
- this.removeEventListener(Event.ENTER_FRAME,onEnterFrame);
- this.removeEventListener(KeyboardEvent.KEY_DOWN,_ai311);
- this.removeEventListener(KeyboardEvent.KEY_UP,_dn445);
- this.removeEventListener(MouseEvent.MOUSE_MOVE,_up587);
- _loc1_ = 0;
- while(_loc1_ < this.numChildren)
- {
- if(this.getChildAt(_loc1_) is _dk430)
- {
- (this.getChildAt(_loc1_) as _dk430)._dx150();
- }
- _loc1_++;
- }
- }
-
- public function _nu62(param1:MouseEvent) : void
- {
- }
-
- public function _ah123(param1:MouseEvent) : void
- {
- }
-
- public function _ha767(param1:MouseEvent) : void
- {
- }
-
- public function _up587(param1:MouseEvent) : void
- {
- }
-
- public function onEnterFrame(param1:Event) : void
- {
- if(param1.target == this)
- {
- return;
- }
- }
- }
- }
-
-